home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / OpenGL / OPENGL2.EXE / _SETUP.1 / index_array_formats.spec < prev    next >
Encoding:
Text File  |  1997-10-31  |  2.3 KB  |  102 lines

  1. XXX - Not complete yet!!!
  2.  
  3. Name
  4.  
  5.     EXT_index_array_formats
  6.  
  7. Name Strings
  8.  
  9.     GL_EXT_index_array_formats
  10.  
  11. Version
  12.  
  13.     $Date: 1997/07/22 21:00:52 $ $Revision: 1.1 $
  14.  
  15. Number
  16.  
  17.     96
  18.  
  19. Dependencies
  20.  
  21.     None
  22.  
  23. Overview
  24.  
  25.     This extends the number of packed vertex formats accepted by
  26.     InterleavedArrays to include formats which specify color indexes
  27.     rather than RGBA colors.
  28.  
  29. New Procedures and Functions
  30.  
  31.     None
  32.  
  33. New Tokens
  34.  
  35.     Accepted by the <format> parameter of InterleavedArrays
  36.  
  37.     IUI_V2F_EXT
  38.     IUI_V3F_EXT
  39.     IUI_N3F_V2F_EXT
  40.     IUI_N3F_V3F_EXT
  41.     T2F_IUI_V2F_EXT
  42.     T2F_IUI_V3F_EXT
  43.     T2F_IUI_N3F_V2F_EXT
  44.     T2F_IUI_N3F_V3F_EXT
  45.  
  46. Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
  47.  
  48.     Table 2.5 is extended to include the following new formats
  49.  
  50.     format               et ec ei en st sc sv  tc  pc  pi  pn   pv   s
  51.     --------------------------------------------------------------------
  52.     IUI_V2F_EXT          -  -  T  -  -  -  2   -   -   -   -    i   i+2f
  53.     IUI_V3F_EXT          -  -  T  -  -  -  3   -   -   -   -    i   i+3f
  54.     IUI_N3F_V2F_EXT      -  -  T  T  -  -  2   -   -   -   i   i+3f i+5f
  55.     IUI_N3F_V3F_EXT      -  -  T  T  -  -  3   -   -   -   i   i+3f i+6f
  56.     T2F_IUI_V2F_EXT      T  -  T  -  2  -  2   -   -   2f  -   i+2f i+4f
  57.     T2F_IUI_V3F_EXT      T  -  T  -  2  -  3   -   -   2f  -   i+2f i+5f
  58.     T2F_IUI_N3F_V2F_EXT  T  -  T  T  2  -  2   -   -   2f i+2f i+5f i+7f
  59.     T2F_IUI_N3F_V3F_EXT  T  -  T  T  2  -  3   -   -   2f i+2f i+5f i+8f
  60.  
  61.     i = sizeof(UNSIGNED_INT), rounded up to the nearest multiple of f.
  62.  
  63.     with corresponding changes to the command sequence used to describe
  64.     the operation of the InterleavedArrays command.
  65.  
  66. Additions to Chapter 3 of the 1.1 Specification (Rasterization)
  67.  
  68.     None
  69.  
  70. Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operations
  71. and the Frame Buffer)
  72.  
  73.     None
  74.  
  75. Additions to Chapter 5 of the 1.1 Specification (Special Functions)
  76.  
  77.     None
  78.  
  79. Additions to Chapter 6 of the 1.1 Specification (State and State Requests)
  80.  
  81.     None
  82.  
  83. Additions to the GLX Specification
  84.  
  85.     XXX - Not complete yet!!!
  86.  
  87. GLX Protocol
  88.  
  89.     XXX - Not complete yet!!!
  90.  
  91. Errors
  92.  
  93.     None
  94.  
  95. New State
  96.  
  97.     None
  98.  
  99. New Implementation Dependent State
  100.  
  101.     None
  102.